

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth4 { width: 15%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth4,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 2px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */


.counter { background-color: #ffffff; padding: 20px 20px; border-radius: 5px; width:165px;}
.count-title { font-size: 35px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#FF0000; }
.count-text { font-size: 12px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }







@media (max-width:767px){



div.wrapper img{width:60px; height:auto;}
.count-title { font-size: 20px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#FF0000; }
.col_fourth4 { width: 100%; }


}
